home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer Helper 1: Phil & Dave's Excellent CD
/
Excellent CD HFS.raw
/
Utilities
/
ResEdit
/
Examples
/
PExamples
/
MakeGNRLLDEF
< prev
next >
Wrap
Text File
|
1989-04-13
|
613b
|
30 lines
# MakeFile - Make instructions for the ResEdit general (default) LDEF.
#
# Copyright Apple Computer, Inc. 1986-1988
# All rights reserved.
#
# This makefile builds:
# The general (default) LDEF: GNRL
#
OutFile = {buildToName}
obj = :obj:
source = :Source:
#NOTE that the LDEF ID must match the RSSC ID of the picker/editor that uses
#the LDEF.
LDEFLibs = {obj}LDEF.a.o ∂
{obj}ResDisp.a.o ∂
"{Libraries}"Interface.o
# Link for GNRL LDEF
"{OutFile}" ƒ {obj}GNRLLDEF.p.o {LDEFLibs}
Link {LDEFLibs} ∂
{obj}GNRLLDEF.p.o ∂
-ra =32 -sn Main=GNRL -rt LDEF=134 ∂
-o "{OutFile}"
{obj} ƒ {source}